Papers with neural language generation
An Empirical Study of Generating Texts for Search Engine Advertising (2021.naacl-industry)
Copied to clipboard
| Challenge: | Existing studies on neural language generation have not evaluated the effect of generated ads with actual serving included because it requires a large amount of training data and a particular environment. |
| Approach: | They propose to integrate a reinforcement learning framework into an end-to-end sequence-tosequence (Seq2S) model and demonstrate how to improve the ads’ impact, deploy models to a product, and evaluate the generated ads. |
| Outcome: | The proposed method improves the ads’ impact, deploys the models to a product, and evaluates the generated ads. |
Top-Down Structurally-Constrained Neural Response Generation with Lexicalized Probabilistic Context-Free Grammar (N19-1)
Copied to clipboard
| Challenge: | Neural encoder-decoder architectures have shown promise for natural language generation. |
| Approach: | They propose to generate words according to order of first appearance in lexicalized PCFG parse tree . they also combine neural model with symbolic approach to generate syntactic structure . |
| Outcome: | The proposed method improves over sequence-to-sequence baseline in diversity and relevance. |